home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_getargs.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  582b  |  24 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Test the internal getargs.c implementation
  5.  
  6.  PyArg_ParseTuple() is defined here.
  7.  
  8. The test here is not intended to test all of the module, just the
  9. single case that failed between 2.1 and 2.2a2.
  10. '''
  11. from test.test_support import have_unicode
  12. import marshal
  13. if have_unicode:
  14.     
  15.     try:
  16.         marshal.loads(unicode('\\222', 'unicode-escape'))
  17.     except UnicodeError:
  18.         pass
  19.     except:
  20.         None<EXCEPTION MATCH>UnicodeError
  21.     
  22.  
  23. None<EXCEPTION MATCH>UnicodeError
  24.